home *** CD-ROM | disk | FTP | other *** search
- #ifndef __LISTENING__
- #define __LISTENING__
-
- #include <Gestalt.h>
-
- #ifndef __SPEAKINGERRORS__
- #include "Speaking_Errors.h"
- #endif
-
- #ifndef __STRUCT__
- #include "Struct.h"
- #endif
-
- OSErr InitSpeechRecognition (SpeechInfoPtr theSpeechInfo);
- OSErr OpenSpeechRecognition (SpeechInfoPtr theSpeechInfo);
- OSErr ConfigureRecognition (SpeechInfoPtr theSpeechInfo);
- OSErr GetNewRecognizer (SpeechInfoPtr theSpeechInfo);
-
- #endif
-